home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / skin / classic / traceConsole.css < prev    next >
Cascading Style Sheet File  |  2009-11-17  |  7KB  |  363 lines

  1. #panelNode-traceConsole,
  2. #traceLogContent {
  3.     overflow: hidden;
  4.     position: absolute;
  5.     width: 100%;
  6.     height: 100%;
  7.     left: 0;
  8.     top: 0;
  9.     background-color: #FFFFFF;
  10.     color: #000000;
  11. }
  12.  
  13. #traceLogContent {
  14.     overflow: auto;
  15. }
  16.  
  17. /************************************************************************************************/
  18.  
  19. .traceTable {
  20.     width: 100%;
  21.     height: 100%;
  22. }
  23.  
  24. .traceInfoCol {
  25.     border-top: 1px solid #EEEEEE;
  26.     background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;
  27.     vertical-align: top;
  28. }
  29.  
  30. .traceInfoBody {
  31.     margin: 10px 0 0 0;
  32.     height: 100%;
  33. }
  34.  
  35. .traceInfoTabs {
  36.     position: relative;
  37.     padding-left: 14px;
  38. }
  39.  
  40. .traceInfoTab {
  41.     position: relative;
  42.     top: -3px;
  43.     margin-top: 10px;
  44.     padding: 4px 6px;
  45.     border: 1px solid transparent;
  46.     border-bottom: none;
  47.     font-weight: bold;
  48.     color: #565656;
  49. }
  50.  
  51. .traceInfoTab:hover {
  52.     cursor: pointer;
  53. }
  54.  
  55. .traceInfoTab[selected="true"] {
  56.     cursor: default !important;
  57.     border-color: #D7D7D7;
  58.     -moz-border-radius: 4px 4px 0 0;
  59.     background-color: #FFFFFF;
  60. }
  61.  
  62. .traceInfoText {
  63.     display: none;
  64.     margin: 0;
  65.     border-top: 1px solid #D7D7D7;
  66.     padding: 0px;
  67.     background-color: #FFFFFF;
  68. }
  69.  
  70. .traceInfoText[selected="true"] {
  71.     display: block;
  72. }
  73.  
  74. .traceInfoOptionsText {
  75.     float:left;
  76.     padding: 3px;
  77. }
  78.  
  79. .traceInfoLogsText {
  80.     height: 100%;
  81. }
  82.  
  83. .traceInfoLogsFrame {
  84.     border: 0;
  85.     width: 100%;
  86.     height: 100%;
  87. }
  88.  
  89. /************************************************************************************************/
  90.  
  91. .messageTable {
  92.     width: 100%;
  93. }
  94.  
  95. .messageRow .messageNameLabel {
  96.     background-image: url(chrome://firebug/skin/win/twistyClosed.png);
  97.     background-repeat: no-repeat;
  98.     background-position: 2px 2px;
  99. }
  100.  
  101. .messageNameLabel:hover {
  102.     cursor: pointer;
  103.     color: blue;
  104.     text-decoration: underline;
  105. }
  106.  
  107. /*.messageRow */.opened > .messageCol > .messageNameLabel {
  108.     background-image: url(chrome://firebug/skin/win/twistyOpen.png);
  109. }
  110.  
  111. /************************************************************************************************/
  112.  
  113. .messageRow {
  114.     background: white;
  115. }
  116.  
  117. .messageRow:hover {
  118.     background: #EFEFEF;
  119. }
  120.  
  121. .separatorRow {
  122.     background-image: none;
  123.     background: yellow !important;
  124.     height:32px;
  125. }
  126.  
  127. .separatorRow td div {
  128.     height:32px;
  129.     text-align: left;
  130.     vertical-align: middle;
  131.     font-size: 26px;
  132.     color: black;
  133.     font-weight: bold;
  134.     margin-left: 15px;
  135. }
  136.  
  137. .messageCol {
  138.     padding: 0;
  139.     vertical-align: top;
  140.     border-bottom: 1px solid #EFEFEF;  
  141.     white-space: nowrap;
  142. }
  143.  
  144. .messageBodyCol {
  145.     width: 100%;
  146. }
  147. .messageLabel {
  148.     padding: 1px 0 2px 10px;
  149. }
  150.  
  151. /* Support for search box */
  152. .panelNode.searching .messageRow {
  153.     display: none;
  154. }
  155.  
  156. .messageRow.matched {
  157.     display: table-row !important;
  158. }
  159.  
  160. /************************************************************************************************/
  161.  
  162. .messageNameLabel {
  163.     -moz-box-sizing: padding-box;
  164.     overflow: hidden;
  165.     padding-top: 1px;
  166.     font-weight: bold;
  167. }
  168.  
  169. .messageNameCol {
  170.     width: 30px;
  171.     min-width: 30px;
  172. }
  173.  
  174. .messageNameCol > .messageNameLabel {
  175.     padding-left: 18px;
  176. }
  177.  
  178. /************************************************************************************************/
  179.  
  180. .messageTimeLabel {
  181.     display: none;
  182. }
  183.  
  184. .showTime .messageTimeLabel {
  185.     display: block;
  186. }
  187.  
  188. /************************************************************************************************/
  189.  
  190. .messageInfoCol {
  191.     border-top: 1px solid #EEEEEE;
  192.     background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;
  193. }
  194.  
  195. .messageInfoBody {
  196.     margin: 10px 0 4px 10px;
  197. }
  198.  
  199. .messageInfoTabs {
  200.     position: relative;
  201.     padding-left: 14px;
  202. }
  203.  
  204. .messageInfoTab {
  205.     position: relative;
  206.     top: -3px;
  207.     margin-top: 10px;
  208.     padding: 4px 6px;
  209.     border: 1px solid transparent;
  210.     border-bottom: none;
  211.     font-weight: bold;
  212.     color: #565656;
  213. }
  214.  
  215. .messageInfoTab:hover {
  216.     cursor: pointer;
  217. }
  218.  
  219. .messageInfoTab[selected="true"] {
  220.     cursor: default !important;
  221.     border-color: #D7D7D7;
  222.     -moz-border-radius: 4px 4px 0 0;
  223.     background-color: #FFFFFF;
  224. }
  225.  
  226. .messageInfoText {
  227.     display: none;
  228.     margin: 0;
  229.     border: 1px solid #D7D7D7;
  230.     border-right: none;
  231.     padding: 8px;
  232.     background-color: #FFFFFF;
  233.     font-family: Monaco, monospace;
  234.     overflow-x: auto;
  235. }
  236.  
  237. .messageInfoText[selected="true"] {
  238.     display: block;
  239. }
  240.  
  241. .messageInfoResponseFrame {
  242.     border: 0;
  243.     width: 100%;
  244.     height:100%;
  245. }
  246.  
  247. /************************************************************************************************/
  248.  
  249. .openDebugger {
  250.     color:Fuchsia;
  251.     text-decoration:none !important;
  252.     cursor:pointer;
  253. }
  254.  
  255. /************************************************************************************************/
  256.  
  257. .messageInfoStackTable .stackFrame {
  258. }
  259.  
  260. .messageInfoStackTable .stackFrame > A:hover {
  261. }
  262.  
  263. .stackFrameLink:hover {
  264.     cursor:pointer;
  265.     text-decoration:underline;
  266. }
  267.  
  268. .stackFuncName {
  269.     color: gray;
  270. }
  271.  
  272. .messageInfoExcText > .ExceptionMessage {
  273.     font-weight:bold;
  274.     color: Red;
  275. }
  276.  
  277. /* Exception */
  278. .messageTable .exception {
  279.     color: Red;
  280. }
  281.  
  282. /************************************************************************************************/
  283.  
  284. /* Custom messages types */
  285. .DBG_WINDOWS {
  286.     color: rgb(148, 121, 71);
  287. }
  288.  
  289. .DBG_NET {
  290.     color: maroon;
  291. }
  292.  
  293. .DBG_ACTIVITYOBSERVER {
  294.     color: rgb(164, 123, 123);
  295. }
  296.  
  297. .DBG_JSERROR,
  298. .DBG_ERRORS {
  299.     color: Red;
  300. }
  301.  
  302. .DBG_SPY {
  303.     color: rgb(145, 80, 0);
  304. }
  305.  
  306. /************************************************************************************************/
  307.  
  308. #consoleToolbar toolbarbutton {
  309.     margin:1px;
  310.     -moz-box-orient: vertical;
  311. }
  312.  
  313. #consoleToolbar toolbarbutton .toolbarbutton-icon {
  314.     padding:5px;
  315. }
  316.  
  317. /************************************************************************************************/
  318.  
  319. #clearConsole {
  320.     list-style-image: url("chrome://firebug/skin/trace/clear.png");
  321. }
  322.  
  323. #findConsole {
  324.     list-style-image: url("chrome://global/skin/icons/Search-glass.png");
  325.     -moz-image-region: rect(0px 16px 16px 0px);
  326. }
  327.  
  328. #separateConsole {
  329.     list-style-image:url("chrome://mozapps/skin/places/tagContainerIcon.png");
  330. }
  331.  
  332. #saveToFile {
  333.     list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  334.     -moz-image-region: rect(0px 96px 16px 80px);
  335. }
  336.  
  337. #closeFirefox {
  338.     list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  339.     -moz-image-region: rect(0px 48px 16px 32px);
  340. }
  341.  
  342. #restartFirefox {
  343.     list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  344.     -moz-image-region: rect(0px 64px 16px 48px);
  345. }
  346.  
  347. /************************************************************************************************/
  348.  
  349. .traceOption {
  350.     float:left;
  351.     display: block;
  352.     margin: 2px;
  353.     cursor: default !important;
  354.     padding: 0 2px 0 2px; 
  355.     border: solid 1px #D7D7D7;
  356.     background-color: #FFFFFF;
  357.     font-size: 12px;
  358. }
  359.  
  360. .traceOption[checked="true"] {
  361.     background-color: #D7D7D7;
  362. }
  363.